home *** CD-ROM | disk | FTP | other *** search
/ Merciful 2 / Merciful - Disc 2.iso / software / d / devioustools21.dms / devioustools21.adf / utils / 002.lzx / DAmIRCS.doc next >
Text File  |  1978-05-02  |  3KB  |  106 lines

  1. ------
  2.  
  3. away.AMIRX -- Away/Back script for AmIRC.
  4. By:  Troy "Doogie" Davis (doogie@wsp1.wspice.com)
  5. $VER: away.AMIRX v1.2 (12.21.95)
  6.  
  7. History
  8.  
  9. v1.0 (12.17.95)
  10.   · First attempt.
  11.  
  12. v1.1 (12.19.95)
  13.   · Fixed a few things.
  14.  
  15. v1.2 (12.21.95)
  16.   · Fixed one insignificant thing.
  17.   · Added -v switch.
  18.   · Added the way cool version string and history.
  19.  
  20. Usage: AWAY [-v] [reason]
  21.  
  22. The -v switch returns version information.
  23. If reason is given, you are set away with that reason, and all channels
  24. you are currently on receive "/me is AWAY - <reason>".
  25. If no reason is given, you are set BACK and all you are currently on
  26. receive "/me is BACK."
  27.  
  28. ------
  29.  
  30. figlet.AMIRX -- Figlet script for AmIRC.
  31. By:  Troy "Doogie" Davis (doogie@wsp1.wspice.com)
  32. $VER: figlet.AMIRX v1.2 (12.21.95)
  33.  
  34. Figlet is a program that makes big texts, such as: 
  35.  _  _     _ _     _ 
  36. | || |___| | |___| |
  37. | __ / -_) | / _ \_|
  38. |_||_\___|_|_\___(_)
  39.  
  40. Output is formatted to 66 columns.  And (by default) is sent to the active
  41. channel window.  (Just don't send too much and flood yourself off IRC. :^)
  42.  
  43. The "figlet" executable and at least one figlet font file named
  44. "standard.flf" must be in "PROGDIR:figlet/".  Other figlet fonts can be put
  45. in this directory for use via the -f switch.
  46. Put this script in PROGDIR:rexx/ and add it as an alias with the command:
  47. "/alias figlet /rx figlet %p"
  48.  
  49. History
  50.  
  51. v1.0 (12.17.95)
  52.   · First attempt.
  53.  
  54. v1.1 (12.19.95)
  55.   · Added -m and -f switches.
  56.  
  57. v1.2 (12.21.95)
  58.   · Added some error checking--checks for existence of -f specified font,
  59.     checks to make sure there is actually some text to convert, etc.
  60.   · Added -v switch.
  61.   · Added the way cool version string and history.
  62.  
  63. Usage: FIGLET [-v] [-f font] [-m nick/channel] text
  64.  
  65. The -v switch returns version information.
  66. The -f switch lets you specify a figlet font other than "standard.flf"
  67. which is used by default.  Figlet fonts must be in "PROGDIR:figlet/".  The
  68. ".flf" extension need not be specified.
  69. The -m switch redirects the text to the specified nick or channel via /msg
  70. instead of to the current active channel.
  71.  
  72. ------
  73.  
  74. finger.AMIRX -- AmiTCP finger script for AmIRC.
  75. Original idea and script by:   Alexander "Handtuch" Sorg
  76. Edited/updated/overhauled by:  Troy "Doogie" Davis (doogie@wsp1.wspice.com)
  77. $VER: finger.AMIRX v1.2 (12.21.95)
  78.  
  79. AmiTCP:bin/finger must exist for this script to work.
  80. Put this script in PROGDIR:rexx/ and add it as an alias with the command:
  81. "/alias finger /rx finger %p"
  82.  
  83. History
  84.  
  85. v1.0 (12.17.95)
  86.   · First attempt.  (Fixed a few things in Alexander's original version.)
  87.  
  88. v1.1 (12.19.95)
  89.   · Added -w switch.
  90.   · Fixed a serious problem that would cause temp files to accumulate in
  91.     T:
  92.  
  93. v1.2 (12.21.95)
  94.   · If userhost is not found in AmIRC's internal list of userhosts, the
  95.     script will perform a "userhost" command and wait three seconds for
  96.     one to be returned.
  97.   · Added -v switch.
  98.   · Added the way cool version string and history.
  99.  
  100. Usage: FINGER [-v] [-w] nick
  101.  
  102. The -v switch returns version information.
  103. The -w switch redirects output to a CON: window instead of to AmIRC.
  104.  
  105. ------
  106.